Welcome, Guest. Please login or register.

Login with username, password and session length

 
Advanced search

1411530 Posts in 69377 Topics- by 58433 Members - Latest Member: Bohdan_Zoshchenko

April 29, 2024, 02:09:03 AM

Need hosting? Check out Digital Ocean
(more details in this thread)
TIGSource ForumsDeveloperTechnical (Moderator: ThemsAllTook)What are you programming RIGHT NOW?
Pages: 1 ... 60 61 [62] 63 64 ... 71
Print
Author Topic: What are you programming RIGHT NOW?  (Read 210203 times)
Martin 2BAM
Level 10
*****


@iam2bam


View Profile WWW
« Reply #1220 on: August 08, 2014, 05:09:35 PM »

The UI code is isolated from everything except input and rendering, which are abstracted (even the blinking caret is custom coded)

Now I'm gonna start working on better font-related stuff for the auto-sizers (next) and theming (later). And then, I'm good to go!  Smiley



Click to try the demo (Flash)
(Please, if you find anything weird let me know)


@Lee that editor is looking sweeeeeeeet
« Last Edit: August 09, 2014, 12:19:55 AM by Martin 2BAM » Logged

Working on HeliBrawl
Sik
Level 10
*****


View Profile WWW
« Reply #1221 on: August 08, 2014, 05:48:02 PM »

(Please, if you find anything weird let me know)

Clicking on the window at the left doesn't bring it to the top (despite the fact it should be getting focus). Also honestly a lighter background color would be nice (I mean the window's insides, not the "desktop").
Logged
Endurion
Level 2
**



View Profile WWW
« Reply #1222 on: August 08, 2014, 09:07:44 PM »

Nice. GUI is always fun to code until you hit the little subtleties Smiley

Clicking in the upper or lower area of a scrollbar (not on the buttons or the slider) should scroll by "pages".
Mousewheel!
Selection and copy/paste.
Typing keys in a combobox can select entries (very nice to have)
Logged
Martin 2BAM
Level 10
*****


@iam2bam


View Profile WWW
« Reply #1223 on: August 09, 2014, 12:27:14 AM »

Clicking on the window at the left doesn't bring it to the top
Clicking in the upper or lower area of a scrollbar (not on the buttons or the slider) should scroll by "pages".

Seriously guys? hahahaha Cheesy




Thanks for the other stuff!, mousewheel is in the works and the combo select via key would be cool, I agree. I just don't want to spend too much time over doing it.
Logged

Working on HeliBrawl
ndke
Level 2
**


View Profile
« Reply #1224 on: August 09, 2014, 02:30:01 AM »


Finished the different tools off (currently no GUI interface for selecting tools, just shortcut keys), not shown but also done is the filled rectangle and filled circle. Going to have dinner then work on undo and redo and other shortcuts.

Wow, that's really cool!
Logged
yigitcan
Level 0
*



View Profile
« Reply #1225 on: August 09, 2014, 11:05:07 AM »

Currently finishing a exam questions' image sharing project.Probably gonna get a sponsor and start my own job with this since companies in Turkey are STARVING to kickstart a software project to get $$$.

Here is a picture of two versions of the project.First picture is a proof of concept automated file & user managing brain for project's server and the second project is the last shape of the end-user beta version of the program(I'm using Windows 7 without any Metro theme btw, but i liked the program's design and white chocolate look.)
Logged
oahda
Level 10
*****



View Profile
« Reply #1226 on: August 11, 2014, 07:04:43 AM »

Website @ work (image scaled down for TIGS, hence lacking quality):



It's a slider (using Slick) and a gallery (using Packery). I had to put in some nice test images, and so I did.
Logged

dirak
Level 0
**


View Profile
« Reply #1227 on: August 11, 2014, 10:33:49 AM »

Working with a lot with API recently (Slack, Streak.) Mainly internal stuff for work. Not a lot of time left over for personal projects but it is damn fun to mess with new toys.

Hoping to get free time to mess around with a roguelike mystery idea I've been tossing around  Kiss.
Logged
InfiniteStateMachine
Level 10
*****



View Profile
« Reply #1228 on: August 11, 2014, 10:43:28 AM »

playing with the unreal 4 engine. I'm loving it so far.
Logged

Boreal
Level 6
*


Reinventing the wheel


View Profile
« Reply #1229 on: August 11, 2014, 10:53:13 AM »

Trying to get my SDL2 and OpenGL dev environment set up on Windows.

Now I remember why I switched to Linux for programming.
Logged

"In software, the only numbers of significance are 0, 1, and N." - Josh Barczak

magma - Reconstructed Mantle API
kamac
Level 10
*****


Notoriously edits his posts


View Profile
« Reply #1230 on: August 11, 2014, 12:51:57 PM »

Quote
Now I remember why I switched to Linux for programming.

You didn't fancy Visual Studio? Tongue
Logged

InfiniteStateMachine
Level 10
*****



View Profile
« Reply #1231 on: August 11, 2014, 02:06:34 PM »

Trying to get my SDL2 and OpenGL dev environment set up on Windows.

Now I remember why I switched to Linux for programming.

Really? I dont remember every having any issue using SDL2/Opengl on windows. What are you stuck on.

Then again when I'm doing raw opengl I tend to gravitate towards glfw
Logged

Boreal
Level 6
*


Reinventing the wheel


View Profile
« Reply #1232 on: August 11, 2014, 02:24:22 PM »

You didn't fancy Visual Studio? Tongue

Nah, I vastly prefer text editors and makefiles.

Really? I dont remember every having any issue using SDL2/Opengl on windows. What are you stuck on.

Then again when I'm doing raw opengl I tend to gravitate towards glfw

Generally I just hate the Windows ecosystem.  I was pampered a bit by Arch, where I could just run "yaourt -S sdl2" and have it installed and ready to use...
Logged

"In software, the only numbers of significance are 0, 1, and N." - Josh Barczak

magma - Reconstructed Mantle API
He-Who-Develops-Games
Guest
« Reply #1233 on: August 11, 2014, 03:15:58 PM »

Writing a server for Havoc...in Lua...with no prior networking experience.
Toast LeftYawn
I have a VERY basic handle on what it's supposed to do. My partner's handling the client-side stuff, at least, so I don't have to deal with that.
Logged
InfiniteStateMachine
Level 10
*****



View Profile
« Reply #1234 on: August 11, 2014, 04:31:51 PM »



Generally I just hate the Windows ecosystem.  I was pampered a bit by Arch, where I could just run "yaourt -S sdl2" and have it installed and ready to use...

I took at look on nuget and SDL is on there. If you are at home with apt-get then that could be good for you.
Logged

_metamythical
Level 0
**



View Profile WWW
« Reply #1235 on: August 12, 2014, 06:45:28 AM »

A level editor in Java / LibGDX. Still needs a lot more work to get anything to move around.  Big Laff

Logged

dirak
Level 0
**


View Profile
« Reply #1236 on: August 12, 2014, 06:56:55 AM »

A level editor in Java / LibGDX. Still needs a lot more work to get anything to move around.  Big Laff


What kind of structure are you storing your map information in? Is it a 2d game?

Level editors are the bane of my productivity..too much time making it then never using it  WTF
Logged
_metamythical
Level 0
**



View Profile WWW
« Reply #1237 on: August 12, 2014, 10:21:26 AM »

A level editor in Java / LibGDX. Still needs a lot more work to get anything to move around.  Big Laff


What kind of structure are you storing your map information in? Is it a 2d game?

Level editors are the bane of my productivity..too much time making it then never using it  WTF

Java classes, HashMaps and ArrayLists serialized into a file. I tried serializing classes into JSON. Haven't worked out yet. Inconsistencies when read back from file. I estimate about another 2 weeks to get the basics of the level editor to work. A lot of work, but hopefully it will pay off in the end. This is my first level editor, so maybe I can use these classes in the future.  Beer!
Logged

Boreal
Level 6
*


Reinventing the wheel


View Profile
« Reply #1238 on: August 12, 2014, 06:15:01 PM »

Finally got my hex grid mouse selection working.  The code looks hacky but it's solid.
Logged

"In software, the only numbers of significance are 0, 1, and N." - Josh Barczak

magma - Reconstructed Mantle API
quietCoder
Level 0
*


View Profile
« Reply #1239 on: August 12, 2014, 08:59:24 PM »

Debugging multithreaded code and going insane in the process Crazy
Logged
Pages: 1 ... 60 61 [62] 63 64 ... 71
Print
Jump to:  

Theme orange-lt created by panic