JoshEngebretson

Results 37 issues of JoshEngebretson

This is tricky, though would be very useful

priority: low
type: feature

Global subsystem properties on package objects such as Atomic.graphics & ToolCore.toolSystem should be implemented as read only property getters using duk_def_prop http://duktape.org/api.html#duk_def_prop https://github.com/AtomicGameEngine/AtomicGameEngine/blob/master/Source/ToolCoreJS/ToolCoreJS.cpp#L117

ATOMIC 2: Potentially Irrelevant

export var PLANE_NEAR: FrustumPlane; for example, should be const

ATOMIC 2: Potentially Irrelevant

Make it possible to talk to the JS in the browser page from Atomic

ATOMIC 2: Potentially Irrelevant

Right now, deployment on html5 creates a standalone page for testing purposes, it should be possible to embed the player in an existing page

ATOMIC 2: Potentially Irrelevant

The embedded Chromium WebView needs to be able to be deployed with an Atomic application on desktop. Once this issue is out of staging we can fill this in more,...

difficulty: 4

At some point, a bunch of lights in ToonTown became shadow casters, this is significant rendering hit, there should be no more than 1 or 2 in the town area,...