#
pdcurses
Here are 25 public repositories matching this topic...
ncurses (pdcurses) based library for CUA look menu
-
Updated
Apr 28, 2020 - C
RootTJNII
commented
Jan 27, 2020
Using the following Dockerfile:
FROM debian:stretch
RUN apt-get update && apt-get install -y git python libxml2 wget build-essential autoconf
RUN useradd -m -d /wasm wasm
USER wasm
WORKDIR /wasm
RUN git clone https://github.com/emscripten-core/emsdk.git && \
cd emsdk && \
./emsdk install latest && \
./emsdk activate latest
ENV PATH="/wasm/emsdk:/wasm/emsdk/node
Delphi wrapper for Public Domain Curses
-
Updated
May 9, 2018 - Pascal
Contains map generation and path finding
game
c
algorithms
pathfinding
roguelike
ncurses
pdcurses
generation
roguelike-game
generation-algorithms
-
Updated
Oct 22, 2019 - C
A small collection of solitaire/patience games to play in the terminal
-
Updated
Apr 4, 2020 - C
zethon
commented
Nov 7, 2019
Simple-Web-Server is no longer under development, so it probably shouldn't be used anymore. Instead boost.beast includes functionality and examples to implement a "simple web server".
Simple console text-editor
-
Updated
Oct 28, 2017 - C
Reversi in PDCurses
-
Updated
Jun 5, 2017 - C
Yes, another curses fork. Just stole the repo from @Bill-Gray to perhaps update it a bit. See original repo or the website below for more info about the parent repo.
-
Updated
Jun 1, 2018 - C
Manufactury. Система управления сотрудниками
-
Updated
Apr 9, 2019 - C
Improve this page
Add a description, image, and links to the pdcurses topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pdcurses topic, visit your repo's landing page and select "manage topics."
I noticed that on Windows the curses gem can be currently installed with just
gem install curses.Why is this not clearly written in the readme?
I was under the impression that a binary was not available for windows so I lost a lot of time looking for other ways to install it!
It should be more clear that on Windows all you have to do is "gem install curses".