-
Posts
1,704 -
Joined
-
Last visited
-
Days Won
50
enpu last won the day on February 3 2021
enpu had the most liked content!
About enpu
- Birthday 04/21/1985
Contact Methods
-
Website URL
https://www.panda2.io
-
Twitter
panda2io
Profile Information
-
Gender
Male
-
Location
Finland
Recent Profile Visitors
11,566 profile views
enpu's Achievements
-
flatliner reacted to a post in a topic: Flip a sprite?
-
myOmochi reacted to a post in a topic: Download free game source codes
-
myOmochi reacted to a post in a topic: [SOLVED] panda2 (editor?) wont start up
-
Great to hear that it worked! I will try to find fix for the Dark Mode asap!
-
myOmochi reacted to a post in a topic: [SOLVED] panda2 (editor?) wont start up
-
This seems to have something to do with the Windows Dark Mode. Can you try to turn it off and try again?
-
Can you post your log file? %USERPROFILE%\AppData\Roaming\Panda 2\log.log
-
khleug35 reacted to a post in a topic: Download free game source codes
-
zakhov reacted to a post in a topic: Download free game source codes
-
Horizonicblue reacted to a post in a topic: Virtual Reality plugin
-
Three full game source codes now available for download: https://www.panda2.io/sources These are totally free, if you have Panda 2 license.
-
khleug35 reacted to a post in a topic: Virtual Reality plugin
-
Download: https://www.panda2.io/plugins#vr
-
makowey reacted to a post in a topic: Video plugin
-
Malice reacted to a post in a topic: Splash Screen Removal?
-
Look at the Loader class. There is lots of attributes, that you can modify to change the loader appearance: http://panda2.io/docs/api/Loader Also there is tutorial on how to create custom loader: http://panda2.io/tutorials/loader
-
Yes it is using WebGL. You can enable 3D rendering on Panda with Three.js plugin: https://www.panda2.io/plugins/three/docs
-
@tkohey_sad I'm working on VR plugin
-
Rotate floor to fit cubes and clear rows. Play: https://www.panda2.io/templates/cubes3d Download: https://www.panda2.io/templates#cubes3d
-
enpu changed their profile photo
-
Play MP4 videos in your games. Download: https://www.panda2.io/plugins/video
-
Ah small mistake there. You need to first require the new module, before it appears in the modules tab.
-
Hello all, I started this project while ago and, like some many others, never got it finished. Since i think it's pretty playable and shows the capabilities of Panda 2, i would share it with you. Hope you like it! Play here! Tested with latest Chrome on desktop. Made with Panda 2 game development platform.
-
Panda uses it's own renderer. PixiJS plugin uses version 4.1.1
-
Yeah i see the point, though that sounds a pretty big feature.
-
You can export to web from the editor, this will create one JS file which includes everything. You can use that to share your demos.