Skip to content

cmon-pw/davinciengine_js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lumixengine_js

JavaScript plugin for Lumix Engine

This is just proof of concept and it's not supported.

Example JS code:

function foo() {
	ImGui.Text("Hello world")
}

({
	name : "Test",
	update : function() {
		ImGui.Begin("xoxo")
		ImGui.Text("foo " + this.name)
		foo();
		ImGui.End()
	}
})

About

JavaScript plugin for Davinci Engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published