S7*
Sweet Dreams
Posts: 16,689.4373 Threads: 1,056
Joined: 3rd Apr 2007
Reputation: 14.29926
E-Pigs: 383.2309
|
Programmers lurking?
I'm curious to know whether anyone who wanders here does any programming!
I've not done much myself - I was a web-oriented guy years ago but mostly lost interest - but now I'm trying to get into Java with the outlook of developing Android apps, eventually.
What language(s) do you code in? Working on any personal projects? Feel free to share what you're working on!
|
|
13/12/2015 04:24 PM |
|
Joom
WOOP
Posts: 4,206.7320 Threads: 417
Joined: 20th Mar 2009
Reputation: 5.41709
E-Pigs: 134.1772
|
RE: Programmers lurking?
I mostly just mess around with Bash, and sometimes Perl. I love web design, but that's not technically programming.
3DS Friend Code: 5000-6045-4964
|
|
13/12/2015 04:50 PM |
|
Joom
WOOP
Posts: 4,206.7320 Threads: 417
Joined: 20th Mar 2009
Reputation: 5.41709
E-Pigs: 134.1772
|
RE: Programmers lurking?
I'm gonna need to learn C++. I'm wanting to get into low level emulation development so that I can better understand how emulators work and improve upon them.
3DS Friend Code: 5000-6045-4964
|
|
14/12/2015 08:59 AM |
|
Davis
-
Posts: 2,819.3569 Threads: 116
Joined: 26th May 2007
Reputation: -1.5306
E-Pigs: 29.5424
|
RE: Programmers lurking?
I'm mainly programming in Java and C++. Personal projects? I started a book library program (think calibre) but that didn't get very far, like most other personal projects. Heh. It's difficult to stay focused on personal projects. You get bored or find something more interesting all the time.
(This post was last modified: 15/12/2015 09:42 PM by Davis.)
|
|
15/12/2015 09:40 PM |
|
Tetris999
..............................
Posts: 2,390.4622 Threads: 298
Joined: 15th Apr 2007
Reputation: -6.7936
E-Pigs: 82.5657
|
RE: Programmers lurking?
Whatever has a good IDE, C# is nice for this, I'd recommend it.
I don't program too much, still in the learning phase (which is to say, not focused at all on any specific project or work).
I have wanted to make a game though and made some leaps with unity, but with the lack of art assets, I don't bother doing anything.
I actually spent a good chunk of time trying to 3d model, but then realized it would take 3+ years to get competent, heh...
MY SIG IS FUCKING DEAD
(This post was last modified: 16/12/2015 10:28 PM by Tetris999.)
|
|
16/12/2015 10:26 PM |
|
ZiNgA BuRgA
Smart Alternative
Posts: 17,022.2988 Threads: 1,174
Joined: 19th Jan 2007
Reputation: -1.71391
E-Pigs: 446.1274
|
RE: Programmers lurking?
(13/12/2015 04:24 PM)S7* Wrote: I was a web-oriented guy years ago but mostly lost interest - but now I'm trying to get into Java with the outlook of developing Android apps, eventually.
With all the rage about HTML5 these days, the two may be closer than you think (web and app development that is).
A number of tools exist to, in fact, turn a web app into a "native" app.
(14/12/2015 08:59 AM)Joom Wrote: I'm gonna need to learn C++. I'm wanting to get into low level emulation development so that I can better understand how emulators work and improve upon them.
If you're looking to understand how emulators work, you're better off starting with system/hardware design (i.e. CPU/GPU architectures etc). Emulators ultimately are software implementations of the hardware (modern console emulators less so, due to low level emulation being very slow). Whilst you could try to interpret emulator code to understand how the console works, it makes a lot more sense to just learn the console hardware itself directly.
If, on the other hand, you're looking to contribute, C++ knowledge is fine, but you probably won't be contributing to the core unless you understand how the console works.
|
|
17/12/2015 05:39 PM |
|
Joom
WOOP
Posts: 4,206.7320 Threads: 417
Joined: 20th Mar 2009
Reputation: 5.41709
E-Pigs: 134.1772
|
RE: Programmers lurking?
That's very true, and I would love to learn about ASM and opcodes as well. I'm not particularly wanting to develop my own, but at least contribute like you said. I've always been intrigued by gaming console emulation, more so now that I have a better understanding of it. There's a scene dude from RED Crew that goes by Xylitol that managed to push 32bit code to a GBA and run it successfully, which really piqued my interest in the whole manner.
https://youtu.be/1xkteVQTfUo
3DS Friend Code: 5000-6045-4964
(This post was last modified: 19/12/2015 04:32 PM by Joom.)
|
|
19/12/2015 04:31 PM |
|
S7*
Sweet Dreams
Posts: 16,689.4373 Threads: 1,056
Joined: 3rd Apr 2007
Reputation: 14.29926
E-Pigs: 383.2309
|
RE: Programmers lurking?
(17/12/2015 05:39 PM)ZiNgA BuRgA Wrote: With all the rage about HTML5 these days, the two may be closer than you think (web and app development that is).
A number of tools exist to, in fact, turn a web app into a "native" app.
I'm aware of Cordova and I'll probably play around with it eventually but I'm more interested in working with languages used for true native development for the time being.
|
|
19/12/2015 05:10 PM |
|