All Projects → nilproject → Nil.js

nilproject / Nil.js

Licence: bsd-3-clause
JavaScript engine for .NET written in C#.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Nil.js

MonoGame.SplineFlower
Create wonderful smooth Bézier-, CatMulRom- and Hermite-Splines with Trigger Events for your MonoGame project.
Stars: ✭ 18 (-92.37%)
Mutual labels:  nuget, engine
MonoGame.Forms
MonoGame.Forms is the easiest way of integrating a MonoGame render window into your Windows Forms project. It should make your life much easier, when you want to create your own editor environment.
Stars: ✭ 183 (-22.46%)
Mutual labels:  nuget, engine
Monogame.forms
MonoGame.Forms is the easiest way of integrating a MonoGame render window into your Windows Forms project. It should make your life much easier, when you want to create your own editor environment.
Stars: ✭ 165 (-30.08%)
Mutual labels:  engine, nuget
Chunkstories
Somewhat fancy blocky game engine written in Kotlin
Stars: ✭ 199 (-15.68%)
Mutual labels:  engine
Renpy
The Ren'Py Visual Novel Engine
Stars: ✭ 2,734 (+1058.47%)
Mutual labels:  engine
Flaxengine
Flax Engine – multi-platform 3D game engine
Stars: ✭ 3,127 (+1225%)
Mutual labels:  engine
Wonder.js
🚀Functional, High performance 3D Webgl Engine
Stars: ✭ 225 (-4.66%)
Mutual labels:  engine
Viewfacecore
C# 超简单的人脸识别库。
Stars: ✭ 193 (-18.22%)
Mutual labels:  nuget
Yave
Yet Another Vulkan Engine
Stars: ✭ 211 (-10.59%)
Mutual labels:  engine
Nice Lua
基于xlua的MVVM框架,支持Addressables, 统一渲染管线等Unity新特性
Stars: ✭ 207 (-12.29%)
Mutual labels:  engine
Vulkan Renderer
A new 3D game engine using modern C++ and Vulkan API
Stars: ✭ 205 (-13.14%)
Mutual labels:  engine
Pydark
PyDark is a 2D and Online Multiplayer video game framework written on-top of Python and PyGame.
Stars: ✭ 201 (-14.83%)
Mutual labels:  engine
Linqpad.queryplanvisualizer
SQL Server and PostgreSQL query execution plan visualizer for LINQPad
Stars: ✭ 209 (-11.44%)
Mutual labels:  nuget
Pluginframework
Everything is a Plugin in .NET
Stars: ✭ 197 (-16.53%)
Mutual labels:  nuget
Ogsr Engine
OGSR Project - Evolution of X-Ray Engine for S.T.A.L.K.E.R.: Shadow of Chernobyl
Stars: ✭ 213 (-9.75%)
Mutual labels:  engine
Bridge
♠️ C# to JavaScript compiler. Write modern mobile and web apps in C#. Run anywhere with Bridge.NET.
Stars: ✭ 2,216 (+838.98%)
Mutual labels:  nuget
Joymachine Public
All sorts of random publicly-available information, assets, scripts, and more as we (Joy Machine) work on our projects.
Stars: ✭ 210 (-11.02%)
Mutual labels:  engine
Json
A really simple C# JSON Parser in 350 lines
Stars: ✭ 202 (-14.41%)
Mutual labels:  nuget
Log4net.elasticsearch
log4net appender to ElasticSearch
Stars: ✭ 202 (-14.41%)
Mutual labels:  nuget
Watsontcp
WatsonTcp is the easiest way to build TCP-based clients and servers in C#.
Stars: ✭ 209 (-11.44%)
Mutual labels:  nuget

NiL.JS Build Status

Open source ECMAScript 6.0 (ES2015) (JavaScript) engine. Licensed under BSD 3-Clause License.

NuGet Package

 var context = new Context(); 
 context.Eval(@"console.log( 
 `This is a JavaScript engine written in C#. 
 This engine can perform js code on .NET 4 and 4.5, Universal Windows Platform and .NET Core`)"); 

Other Examples

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].