Welcome, Guest. Please login or register.

Login with username, password and session length

 
Advanced search

1411490 Posts in 69371 Topics- by 58428 Members - Latest Member: shelton786

April 24, 2024, 05:17:02 PM

Need hosting? Check out Digital Ocean
(more details in this thread)
TIGSource ForumsDeveloperTechnical (Moderator: ThemsAllTook)POLYCODE (2D and 3D engine)
Pages: 1 2 3 [4] 5 6 7
Print
Author Topic: POLYCODE (2D and 3D engine)  (Read 27598 times)
Ivan
Owl Country
Level 10
*


alright, let's see what we can see


View Profile
« Reply #60 on: July 03, 2011, 01:04:32 AM »

Why all the singletons
Code:
CoreServices::getInstance()->getResourceManager()->
instead of just namespaced free functions? Is this used for something cool that I missed in the example?

It was originally written so you can have multiple cores running in the same application, so that the CoreServices singleton returns a unique instance for each thread id. That part is actually disabled right now due to some issues with physfs, but I'm planning on refining it in the future. But yeah, that was the justification.
Logged

http://polycode.org/ - Free, cross-platform, open-source engine.
NandoSoft
Level 1
*



View Profile
« Reply #61 on: July 04, 2011, 12:29:31 AM »

Any tutorials for doing 2d stuff?
Logged
Rob Lach
Level 10
*****



View Profile WWW
« Reply #62 on: July 04, 2011, 03:11:31 PM »

Question about something something

Just got back from a trip. Currently adding joypad support.
« Last Edit: July 05, 2011, 12:18:22 PM by Rob Lach » Logged

BlueSweatshirt
Level 10
*****

the void


View Profile WWW
« Reply #63 on: July 04, 2011, 03:19:17 PM »

I think you quoted the wrong post from me  Tongue

But nice! That'll be a welcome addition.
Logged

Ivan
Owl Country
Level 10
*


alright, let's see what we can see


View Profile
« Reply #64 on: July 04, 2011, 08:27:07 PM »

Any tutorials for doing 2d stuff?

http://polycode.org/learning/
Logged

http://polycode.org/ - Free, cross-platform, open-source engine.
mcc
Level 10
*****


glitch


View Profile WWW
« Reply #65 on: July 17, 2011, 11:39:22 PM »

I wrote some WORDS, about Polycode. Included are usage instructions for my MinGW-based fork of Polycore.
Logged

My projects:<br />Games: Jumpman Retro-futuristic platforming iJumpman iPhone version Drumcircle PC+smartphone music toy<br />More: RUN HELLO
SolarLune
Level 10
*****


It's been eons


View Profile WWW
« Reply #66 on: July 19, 2011, 06:53:56 AM »

Looks pretty interesting. Any hope for a Python binding (I don't like Lua much  Lips Sealed)?
Logged

offset
Level 1
*


View Profile
« Reply #67 on: February 21, 2012, 08:48:09 AM »

Not bad engine, but i'm love the love 2d.  Smiley
Logged
gianmichele
Level 0
*


View Profile
« Reply #68 on: November 12, 2012, 09:46:29 AM »

Love what I've seen so far. When is the next updated going to be?

Logged
Zaphos
Level 5
*****



View Profile WWW
« Reply #69 on: November 12, 2012, 10:32:41 AM »

The website has apparently been replaced with a static page saying "Polycode IDE. Coming December 1st, 2012" ...

So I would guess the next update is planned to be on December 1st, 2012.
Logged

How to Be a Tree | Voro | Realistic Kissing Simulator | twitter | Programmer at Epic Games
Ivan
Owl Country
Level 10
*


alright, let's see what we can see


View Profile
« Reply #70 on: November 12, 2012, 07:48:40 PM »

Yep, I am hard at work on the next iteration of Polycode, which finally will be released as a standalone app and is going to be a lot more Unity like (for those of you who like that kind of thing), while at the same time addressing all of the issues that I personally have with Unity (for those of you who don't Smiley.

I totally forgot about this thread. I guess I should change the first post so it's not so misleading.
Logged

http://polycode.org/ - Free, cross-platform, open-source engine.
Zaphos
Level 5
*****



View Profile WWW
« Reply #71 on: November 12, 2012, 07:59:53 PM »

Sounds interesting!  Will there still be the C++ library side of it or is the focus more strongly on the lua scripting then?
Logged

How to Be a Tree | Voro | Realistic Kissing Simulator | twitter | Programmer at Epic Games
Ivan
Owl Country
Level 10
*


alright, let's see what we can see


View Profile
« Reply #72 on: November 12, 2012, 08:11:16 PM »

Yeah there will always be a C++ side and you can use the IDE to edit content for the C++ side as well. It just has a nice big play button and easy export options for the Lua stuff.
« Last Edit: November 12, 2012, 08:29:06 PM by Ivan » Logged

http://polycode.org/ - Free, cross-platform, open-source engine.
Tuba
Level 10
*****



View Profile WWW
« Reply #73 on: November 12, 2012, 08:20:36 PM »

I hate how Unity handle some things so I'm excited about this Smiley
Logged

MapiMopi
Level 0
**



View Profile
« Reply #74 on: November 12, 2012, 09:09:23 PM »

Long time I was thinking about trying Polycode, but I've already forgot almost everything about C++.
Can't wait to see how this Unity-like shell will work out.
Logged

InfiniteStateMachine
Level 10
*****



View Profile
« Reply #75 on: November 12, 2012, 09:12:57 PM »

Yeah I would use this simply for the fact I can practice my C++ more. Looking forwrad to the next version Smiley
Logged

moi
Level 10
*****


DILF SANTA


View Profile WWW
« Reply #76 on: November 13, 2012, 07:07:14 AM »

keep things simple, the best engines are the ones that are powerful but simple, I loved the simplicity of RGS or flixel
Logged

subsystems   subsystems   subsystems
Ivan
Owl Country
Level 10
*


alright, let's see what we can see


View Profile
« Reply #77 on: November 13, 2012, 02:13:33 PM »

I guess I might as well post updates here too.

Here's a peek at the 2D editor.

http://polycode.tumblr.com/post/35658796259/heres-a-sneak-peek-at-what-the-polycode-2d-editor
Logged

http://polycode.org/ - Free, cross-platform, open-source engine.
Tuba
Level 10
*****



View Profile WWW
« Reply #78 on: November 13, 2012, 02:46:03 PM »

Are you keeping it free and open source?

Also, will we still be able to program a whole game in it without the editor? That's one of the things I hate about unity.
Logged

Ivan
Owl Country
Level 10
*


alright, let's see what we can see


View Profile
« Reply #79 on: November 13, 2012, 02:53:11 PM »

Yep, still free and open source under MIT license. And yes, there will still be a C++ API and standalone Lua tools. You can still use the IDE for asset editing if you don't use it for coding, but im working on a pretty decent code editor inside of it.
Logged

http://polycode.org/ - Free, cross-platform, open-source engine.
Pages: 1 2 3 [4] 5 6 7
Print
Jump to:  

Theme orange-lt created by panic