Skip to content

Added neoSphere Game Engine #831

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions descriptions/Engine.neoSphere.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[**neoSphere**](https://www.spheredev.org/) is a lightweight, fully sandboxed, JavaScript-powered game engine and development platform. Graphics and audio support are provided through [Allegro 5](http://liballeg.org/), and JavaScript support is enabled by [ChakraCore](https://github.com/Microsoft/ChakraCore), the same JavaScript engine that once powered Microsoft Edge.
1 change: 1 addition & 0 deletions rules.ini
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ LithTech = (?:^|/)default\.archcfg$
Love2D = (?:^|/)(?:lib)?love\.(?:dll|so|so\.0)$
Marmalade = (?:^|/)angle/lib(?:EGL|GLESv2)Marmalade\.dll
MonoGame = (?:^|/)monogame
neoSphere = (?:^|/)neosphere\.exe$
Nitrous = \.MeshDesc$
NovaLogic_Engine[] = (?:^|/)resource\.pff$
NovaLogic_Engine[] = (?:^|/)Update\.wiz$
Expand Down
3 changes: 3 additions & 0 deletions tests/types/Engine.neoSphere.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/neosphere.exe
Sub/Folder/neosphere.exe
neosphere.exe
2 changes: 2 additions & 0 deletions tests/types/_NonMatchingTests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ AwesomeGame.rvproj2f
ARGSS104E.dll
argss102j.dll
argss102e.dll
notreally_neosphere.exe
neosphere.exehaha
Sub/Folder/ARGSS104E.dll
CgS_2019.dll
SDK.x4_219.dll
Expand Down