All Projects → egordorichev → Neko8

egordorichev / Neko8

Fantasy console inspired by pico8, tic80 and liko12, written in c++

Programming Languages

cpp
1120 projects

Labels

Projects that are alternatives of or similar to Neko8

Ginseng
C++ REPL Tool Builder
Stars: ✭ 65 (-21.69%)
Mutual labels:  console
Console
The Console component eases the creation of beautiful and testable command line interfaces.
Stars: ✭ 8,988 (+10728.92%)
Mutual labels:  console
Window Size
Reliable way to to get the height and width of the terminal/console in a node.js environment.
Stars: ✭ 79 (-4.82%)
Mutual labels:  console
Signale
Highly configurable logging utility
Stars: ✭ 8,575 (+10231.33%)
Mutual labels:  console
Listr2
NodeJS Task List derived from the best! Create beautiful CLI interfaces via easy and logical to implement task lists that feel alive and interactive.
Stars: ✭ 73 (-12.05%)
Mutual labels:  console
I3 Quickterm
A small drop-down terminal for i3 and sway
Stars: ✭ 76 (-8.43%)
Mutual labels:  console
Console
Interactive client tool of FISCO BCOS(交互式区块链控制台)
Stars: ✭ 63 (-24.1%)
Mutual labels:  console
Panwid
A collection of widgets for urwid.
Stars: ✭ 82 (-1.2%)
Mutual labels:  console
Tiza
Console styling for browsers
Stars: ✭ 74 (-10.84%)
Mutual labels:  console
Laravel Console Logger
Logging and Notifications for Laravel Console Commands.
Stars: ✭ 79 (-4.82%)
Mutual labels:  console
Quake Console
Quake-style console for MonoGame
Stars: ✭ 66 (-20.48%)
Mutual labels:  console
Ansi Econsole
Eclipse plugin that understands ANSI escape sequences to color the Eclipse console output.
Stars: ✭ 72 (-13.25%)
Mutual labels:  console
Hawtio
Hawtio web console helps you manage your JVM stuff and stay cool!
Stars: ✭ 1,200 (+1345.78%)
Mutual labels:  console
Discoveryui
☀️ Nepxion DiscoveryUI is a web & desktop UI for Nepxion Discovery with service governance, blue green and gray release orchestration, modelling, flow inspection 服务治理、蓝绿灰度发布编排建模、流量侦测的前端
Stars: ✭ 66 (-20.48%)
Mutual labels:  console
Mix Phar Skeleton
Phar command line program development skeleton
Stars: ✭ 81 (-2.41%)
Mutual labels:  console
Gritty
web terminal emulator
Stars: ✭ 63 (-24.1%)
Mutual labels:  console
Emu2
Simple x86 and DOS emulator for the Linux terminal.
Stars: ✭ 75 (-9.64%)
Mutual labels:  console
Headmore
Top geek’s VNC client that runs in Linux terminal (Linux VT console, xterm, and more)
Stars: ✭ 82 (-1.2%)
Mutual labels:  console
Omnia
Stars: ✭ 81 (-2.41%)
Mutual labels:  console
Taskline
Tasks, boards & notes for the command-line habitat
Stars: ✭ 78 (-6.02%)
Mutual labels:  console

Guys, this branch is used for porting neko8 to c++. It is not stable or usable yet, we will announce, when it will be.

neko8

Neko8 is a fantasy console, inspired by pico8, liko12 and tic80. It is open-source and fully free. Its goal is to be a fun and useful tool for game development and especially for game jams.

Currently it features:

  • Pico8-like api
  • Code editor
  • Sprite editor
  • Map editor prototype
  • Terminal
  • Build-in API docs
  • Support for both lua and asm programming (planning add BASIC support)
  • Some easter eggs ;)

Our developers can be found on discord.

Installing ang running

Download and extract the source. In the root folder run:

love .

You will need löve2d 0.10.2 to run neko8. Löve2d version is really important!

Contributing

If you'd like to contribute to neko8, feel free to fork and make pull requests! However, we ask you to follow the formatting guidelines for this project.

  • Use non-expanded, i.e. the regular, tabs.
  • Keep a maximum line length of 80 characters.
  • Double quotes are preferred over single quotes.
  • Don't use concatenation where string.format would be more beneficial.
  • If unsure how to format something, check how it's formatted in existing code.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].