It's not really usefull, to construct all things new. The CopperLicht-engine is a 3d-engine based on javascript ( i suppose ) and it is free.
Perhaps it is possible, to combine it like ogre.
I use this engine whith coppercube - must be paid - and i am verry happy with it.
I really like the idea ...
Search found 2 matches
- Sat Jul 26, 2014 3:35 pm
- Forum: General Discussion
- Topic: 3D Engine
- Replies: 5
- Views: 6071
- Sat Jul 26, 2014 3:22 pm
- Forum: General Discussion
- Topic: HTML Caching
- Replies: 3
- Views: 4667
offline Web-App and real apps via Phonegap
It's not complicated to make a web-app.
You have to insert this line into your HTML
<!DOCTYPE HTML>
<html manifest="OfflineApp.manifest">
<head>
...
The file OfflineApp.manifest includes all the files an logo, that is necessary for the offline-function.
The files must be in the folder of the ...
You have to insert this line into your HTML
<!DOCTYPE HTML>
<html manifest="OfflineApp.manifest">
<head>
...
The file OfflineApp.manifest includes all the files an logo, that is necessary for the offline-function.
The files must be in the folder of the ...