ncJump
🦘 A jumping project powered by nCine (by Fahien)
nCine
A cross-platform 2D game engine (by nCine)
ncJump | nCine | |
---|---|---|
6 | 11 | |
16 | 1,120 | |
- | 3.0% | |
0.0 | 6.9 | |
about 1 month ago | 9 days ago | |
C++ | C++ | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
ncJump
Posts with mentions or reviews of ncJump.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-03-28.
-
ncJump, an nCine game made by Fahien, runs on the Steam Deck
ncJump source code: https://github.com/Fahien/ncJump ncJump Dev Logs: https://www.antoniocaggiano.eu/lab/ncjump-devlog/ nCine homepage: https://ncine.github.io/
-
NcJump devlog #2: the smooth and the file
Once all this has been taken care of, I was able to edit the game configuration, the tileset, and the tilemap at runtime, close the game, and re-open it to find everything as I set it before. That is key to work on the levels of the game, which is going to be the next iteration of the ncJump development.
-
Screenshot Saturday #525 - Perfect Alignment
GitHub repo of the project
-
Prototyping on the Go2
For the curious developers: it is an open-source Super Mario clone developed just for learning and fun.
-
Screenshot Saturday #519 - Nice Angles
Tweet with screenshot GitHub repo of the project Devlogs as GitHub discussion
-
Screenshot Saturday #518 - New Discoveries
An open-source Super Mario clone developed just for learning and fun. Here is a #screenshotsaturday tweet for you to enjoy. And here is the project source-code for curious developers.
nCine
Posts with mentions or reviews of nCine.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-11-11.
- Not only Unity...
-
ncJump, an nCine game made by Fahien, runs on the Steam Deck
ncJump source code: https://github.com/Fahien/ncJump ncJump Dev Logs: https://www.antoniocaggiano.eu/lab/ncjump-devlog/ nCine homepage: https://ncine.github.io/
-
Has anyone been able to use tracy for GPU profiling?
I have integrated it a long time ago in my 2D game framework, you can have a look at the source code here: https://github.com/nCine/nCine
-
How are game engines made?
I have been coding mine for many years now. Fortunately it is still small enough that can be easily understood by one person. Have a look here: https://ncine.github.io/
-
SpookyGhost, my open-source procedural animation tool for sprites, comes to Raspberry Pi
It uses my 2D framework nCine, which I recently ported to Raspberry Pi. That's why there are so many supported platforms. ;)
-
nCine comes to Raspberry (my open-source 2D game framework)
nCine is a cross-platform 2D framework written in C++11 and scriptable with Lua that can be used for games, tools, or prototypes. I have been working on it in my spare time for more than ten years and it now works out-of-the-box on the latest version or Raspberry Pi OS!
-
SpookyGhost, a procedural sprite animation tool, is now free and open source
I created this tool for game artists a while ago, with the hope of selling it and start an independent company about game development, tools, and game technology.
Unfortunately, it sold pretty much nothing so I'm back to the game industry as an employee while I decided to make it FOSS. :D
It is written in C++ using my game framework nCine (https://ncine.github.io/) and ImGui, and it supports multiple platforms, like PC, Android, and the web.
- NCine – A cross-platform 2D game engine
-
Screenshot Saturday #525 - Perfect Alignment
Devlogs as a GitHub discussion
-
Prototyping on the Go2
If you would like to know more about my project, or the engine I am using, you can start from this GitHub discussion.
What are some alternatives?
When comparing ncJump and nCine you can also consider the following projects:
super-mario-bros - Original SNES Super mario bros made with C++ / OpenGL
Grit - Grit Game Engine