Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-4041-

Flash Replacement

Name: Anonymous 2013-04-22 22:43

Flash is obviously dead/dying, but I still want to be able to write online games (complete with vector animations and all). I've been studying Javascript, SVG, and some neat stuff with HTML 5. However, I've found very little in terms of a platform to tie it all together. What do you recommend?

Desired features:
* Free as in beer
* Helps with image/sound resource loading
* Helps control animation in a standard way

Box2D comes surprisingly close except for the resource loading. But it would be pretty hacky to have all screens as 2d physics environments.

Name: Anonymous 2013-04-22 22:45

Java applets

Name: Anonymous 2013-04-22 22:52

If you want games playable on the web, use Java applets. Otherwise, you should stick to a platform that doesn't use the web such as the Android platform or any modern Unix platform.

Name: Anonymous 2013-04-22 22:55

>>3
+1

Name: Anonymous 2013-04-22 22:55

Serious, Java applets? That shit comes disabled by default on Chrome for a reason. I suppose it would at least provide some source obfuscation which would be nice. But on the other hand, its not 2001. Who the hell uses Java applets for anything?

Name: Anonymous 2013-04-22 22:57

ITT: samefag

Name: Anonymous 2013-04-22 23:00

>>5
NASA uses them.

Name: Anonymous 2013-04-22 23:01

/g/ was recommending Adobe Animate, which was promising except it looks like a SaaS and that is obviously a waste of everyone's time.

I'm not really interested in what language you think games should be written in (though feel free to do that anyway). What I'm trying to find is a platform for client side resource/scene management that will run in a browser without changing any settings, which would mean Javascript.

Name: Anonymous 2013-04-22 23:02

>>7
Because like all federal agencies they are fucking idiots. The NSA isn't as scary as you may think.

Name: Anonymous 2013-04-22 23:05

>>9 Its ok, this is presumably the same guy saying Unix doesn't 'use the web'. So I'll just go with 'don't feed the troll'

Name: Anonymous 2013-04-22 23:06

>>10
Back to /g/.

Name: Anonymous 2013-04-22 23:11

>>8
There's no good replacement at the moment. Javascript games are shitty hacks.

You should try Elm: http://elm-lang.org/

Name: Anonymous 2013-04-22 23:13

>>11 take your own advice /lgbt/.

Initial research just shows too many, for instance 8 "Flash inspired" Javascript engines. Has anyone tried any of these?

Crafty
EntityJS
Flax
GameJS
gameQuery

shit there are just so many.

Name: Anonymous 2013-04-22 23:15

>>12 No callbacks? Sounds interesting, though guessing that probably just means anonymous functions. Will check it out.

Name: Anonymous 2013-04-22 23:16

>>14
Just click on some of the examples, you can edit and test the code right away.

Name: Anonymous 2013-04-22 23:17

>>13
illogical racist cretin

Name: Anonymous 2013-04-22 23:21

>>13
That's the current state. A lot of half-baked projects. You have to make the right guess or wait until something convincing appears.

Name: Anonymous 2013-04-22 23:31

>>5
I've mainly used Java applets for a few games, youtube download sites and work applets for my job.

Name: Anonymous 2013-04-22 23:32

aimind.js

Name: Anonymous 2013-04-22 23:34

>>13,17
Just pick one and use it. When you get experience and find the weaknesses your tools, you'll be in a better position to make more qualified decisions later on.

Name: Anonymous 2013-04-22 23:34

[Ask HN]

Name: Anonymous 2013-04-22 23:42

>>3
you should stick to a platform that doesn't use the web such as the Android platform or any modern Unix platform.
WUT?

Name: Anonymous 2013-04-22 23:47

>>22 that has already been established as a troll post

Name: Anonymous 2013-04-22 23:50

>>22
You can make a programming platform out of web technologies like HTML, WebGL etc. I would normally recommend against doing that if it can be helped. I would recommend something like the Android, or a Unix based platform such as Irrlicht, Torque Game Engine, Crystal Space, LÖVE, Sphere RPG Engine, Ethanon...

Name: Anonymous 2013-04-22 23:57

Online games are stupid as fuck and a time waster.

I'll stick with Dwarf Forests (it is also intellectually challenging and therefore not a time waster as it increases your IQ)

Name: Anonymous 2013-04-23 0:01

>>25
Dwarf Fortress*

Name: Anonymous 2013-04-23 0:06

how does mining with ascii dorfs increase your IQ?

Name: Anonymous 2013-04-23 0:11

>>27
The habit of solving new problems increases your IQ. The Dwarf Fortress game has many problems requiring attention so there will be many opportunities to solve them.

Name: Anonymous 2013-04-23 0:45

dorfs are cute
cute enough to rape
oh yeah
dorf rape tiem

Name: Cudder !MhMRSATORI!fR8duoqGZdD/iE5 2013-04-23 3:09

Things went downhill rather quickly once Adobe bought Macromedia. One of the things I've planned to write was an open-source efficient Flash replacement. (After getting a decompiler working, it doesn't seem that hard...)

Name: Anonymous 2013-04-23 3:16

>>30
nerd ge ta life pls

Name: Anonymous 2013-04-23 3:28

>(After getting a decompiler working, it doesn't seem that hard...)
Try telling that to the Gnash team.

Name: Cudder !MhMRSATORI!fR8duoqGZdD/iE5 2013-04-23 5:14

>>31
4chan BBS - Programming
nerd
Back to /sp/, please.

>>32
Gnash = GNU, and we all know what that means: bloaty, overengineered software full of dependencies and a nightmare to get working on Windows systems.

From the Wikipedia page:
The goal of the Gnash developers is to be as compatible as possible with the proprietary player [...] However, Gnash offers some special features not available in the Adobe player, such as the possibility to extend the ActionScript classes via shared libraries
What the bloody hell are you fucking idiots doing wasting effort on implementing functionality that doesn't matter a gnat's ass if your goal "is to be as compatible as possible with the proprietary player"!? Focus on getting the core working first.

Name: Anonymous 2013-04-23 5:20

>>33
Why the fuck do you use windows?

Name: Cudder !MhMRSATORI!fR8duoqGZdD/iE5 2013-04-23 5:26

I just had a glance at the Gnash source code, and it is huge -- 4MB compressed! configure itself is 1.5MB uncompressed, and the rest of the source is spread over several dozen files in around a dozen subdirectories. The majority of the files have more content being the huge banner comment at the top than actual code.

Yuck.

Name: Anonymous 2013-04-23 5:27

Cudder why don't you make like a tree and kill yourself

Name: Anonymous 2013-04-23 5:49

>>35
What's even more hilarious is that GNU sync is ~80 lines long.

Name: Anonymous 2013-04-23 8:01

>>33
GNU is designed for its own sake, not for Windows. Its foremost philosophy is to be useful for anybody. If it performs better for a given metric, that's a bonus, not a main goal.

>>35
Do you think the Adobe code base is any lighter? I'd doubt it. Configure is terrible because it solves a very tricky problem of building on any Unix system. If you only had to work with GNU, it'd be much lighter. Why do you bitch about comments when it has no bearing on the final work? It's no longer 1980, we can afford the disk space for commentary art.

Name: Anonymous 2013-04-23 8:04

>>35
configure itself is 1.5MB uncompressed
Cudder, it is time for you to read http://www.dreamsongs.com/RiseOfWorseIsBetter.html

to understand the C and Unix ain't the way.

Name: Cudder !MhMRSATORI!fR8duoqGZdD/iE5 2013-04-23 8:30

>>38
Maybe Adobe's codebase is slightly bigger but the latest version, which has a lot more features that Gnash doesn't have, probably isn't that much bigger than that of Gnash. Configure is only solving a problem that they created in the first place; a script that checks for strcmp is just plain stupid, and whoever thinks they can compile a relatively large C program on a system missing most of its standard library deserves to be ridiculed.

Why do you bitch about comments when it has no bearing on the final work? It's no longer 1980, we can afford the disk space for commentary art.
Waste is waste no matter what. Whoever is reading or writing those files still has to scroll through that rubbish every time they open them. A one-line "This file from Gnash is licensed under the GNU GPL: http://www.gnu.org/licenses/gpl.html" is enough.

>>39
Read that a long time ago and I see no relevance to this topic.

Name: Anonymous 2013-04-23 8:39

>>40
It is relevant, because the need for ./configure and the flashplayer itself arises out of worse-is-better nature of Unix and C.

The deficient nature of C/C++ requires inventing ActionScript/Perl/PHP/JS/Lua to do something remotely portable.

Name: Anonymous 2013-04-23 8:44

>>40
Your second anus is showing.

Name: Anonymous 2013-04-23 9:07

>>41
Are you implying that Lisp can function as the OS language on a modern machine?

Name: Anonymous 2013-04-23 9:21

>>43
Yes. Although for low level code, you will have to use something like regions, instead of full-blown GC. Also, hardware level type dispatch wont hurt, so no type declarations would be required for fixnum code.

Name: Anonymous 2013-04-23 9:26

>>44
nice dubs broski
ebin
ebin for da win
LLLLLEEEEELLLLLLLLLLLL
XDDDDDDDDDDDDDDDDDD

Name: Anonymous 2013-04-23 10:02

>>44
As interesting as that is, nobody has bothered in implementing a full featured Lisp OS on a modern machine. There have been minimal implementations over the years and nothing substantial. In order to make things easier, it may help to program to a fixed hardware architecture such as a specific notebook computer or those low cost computer on a board.

Name: Anonymous 2013-04-23 10:03

GC
this is why I won't give lisp even a chance

Name: Anonymous 2013-04-23 10:05

>>47
love malloc and free?

Name: Anonymous 2013-04-23 11:00

>>48
>manually free()ing your buffers
>implying the OS will even do anything
>implying anything bad will happen if you don't

Name: Anonymous 2013-04-23 13:58



Searching for legit Microsoft Product keys, Windows 8,7,Studio,Server etc.?

 Mail me at jeremiahgoldstein@hotmail.com

 25$ a pop


Searching for legit Microsoft Product keys, Windows 8,7,Studio,Server etc.?

 Mail me at jeremiahgoldstein@hotmail.com

 25$ a pop


Searching for legit Microsoft Product keys, Windows 8,7,Studio,Server etc.?

 Mail me at jeremiahgoldstein@hotmail.com

 25$ a pop

Name: Anonymous 2013-04-23 14:08



Searching for legit Microsoft Product keys, Windows 8,7,Studio,Server etc.?

 Mail me at jeremiahgoldstein@hotmail.com

 25$ a pop


Searching for legit Microsoft Product keys, Windows 8,7,Studio,Server etc.?

 Mail me at jeremiahgoldstein@hotmail.com

 25$ a pop


Searching for legit Microsoft Product keys, Windows 8,7,Studio,Server etc.?

 Mail me at jeremiahgoldstein@hotmail.com

 25$ a pop

Name: Anonymous 2013-04-23 14:19



Searching for legit Microsoft Product keys, Windows 8,7,Studio,Server etc.?

 Mail me at jeremiahgoldstein@hotmail.com

 25$ a pop


Searching for legit Microsoft Product keys, Windows 8,7,Studio,Server etc.?

 Mail me at jeremiahgoldstein@hotmail.com

 25$ a pop


Searching for legit Microsoft Product keys, Windows 8,7,Studio,Server etc.?

 Mail me at jeremiahgoldstein@hotmail.com

 25$ a pop

Name: Anonymous 2013-04-23 14:37



Searching for legit Microsoft Product keys, Windows 8,7,Studio,Server etc.?

 Mail me at jeremiahgoldstein@hotmail.com

 25$ a pop


Searching for legit Microsoft Product keys, Windows 8,7,Studio,Server etc.?

 Mail me at jeremiahgoldstein@hotmail.com

 25$ a pop


Searching for legit Microsoft Product keys, Windows 8,7,Studio,Server etc.?

 Mail me at jeremiahgoldstein@hotmail.com

 25$ a pop

Name: Anonymous 2013-04-23 14:53



Searching for legit Microsoft Product keys, Windows 8,7,Studio,Server etc.?

 Mail me at jeremiahgoldstein@hotmail.com

 25$ a pop


Searching for legit Microsoft Product keys, Windows 8,7,Studio,Server etc.?

 Mail me at jeremiahgoldstein@hotmail.com

 25$ a pop


Searching for legit Microsoft Product keys, Windows 8,7,Studio,Server etc.?

 Mail me at jeremiahgoldstein@hotmail.com

 25$ a pop

Name: Anonymous 2013-04-23 18:14

The only real option at this point is Unity, which has a web player. As a bonus, it can also compile to Flash.

Name: Anonymous 2013-04-24 0:29



Searching for legit Microsoft Product keys, Windows 8,7,Studio,Server etc.?

 Mail me at jeremiahgoldstein@hotmail.com

 25$ a pop


Searching for legit Microsoft Product keys, Windows 8,7,Studio,Server etc.?

 Mail me at jeremiahgoldstein@hotmail.com

 25$ a pop


Searching for legit Microsoft Product keys, Windows 8,7,Studio,Server etc.?

 Mail me at jeremiahgoldstein@hotmail.com

 25$ a pop

Name: Anonymous 2013-04-24 0:34



Searching for legit Microsoft Product keys, Windows 8,7,Studio,Server etc.?

 Mail me at jeremiahgoldstein@hotmail.com

 25$ a pop


Searching for legit Microsoft Product keys, Windows 8,7,Studio,Server etc.?

 Mail me at jeremiahgoldstein@hotmail.com

 25$ a pop


Searching for legit Microsoft Product keys, Windows 8,7,Studio,Server etc.?

 Mail me at jeremiahgoldstein@hotmail.com

 25$ a pop

Name: Anonymous 2013-04-24 0:42



Searching for legit Microsoft Product keys, Windows 8,7,Studio,Server etc.?

 Mail me at jeremiahgoldstein@hotmail.com

 25$ a pop


Searching for legit Microsoft Product keys, Windows 8,7,Studio,Server etc.?

 Mail me at jeremiahgoldstein@hotmail.com

 25$ a pop


Searching for legit Microsoft Product keys, Windows 8,7,Studio,Server etc.?

 Mail me at jeremiahgoldstein@hotmail.com

 25$ a pop

Name: Anonymous 2013-04-24 0:52



Searching for legit Microsoft Product keys, Windows 8,7,Studio,Server etc.?

 Mail me at jeremiahgoldstein@hotmail.com

 25$ a pop


Searching for legit Microsoft Product keys, Windows 8,7,Studio,Server etc.?

 Mail me at jeremiahgoldstein@hotmail.com

 25$ a pop


Searching for legit Microsoft Product keys, Windows 8,7,Studio,Server etc.?

 Mail me at jeremiahgoldstein@hotmail.com

 25$ a pop

Name: Anonymous 2013-04-24 0:59



Searching for legit Microsoft Product keys, Windows 8,7,Studio,Server etc.?

 Mail me at jeremiahgoldstein@hotmail.com

 25$ a pop


Searching for legit Microsoft Product keys, Windows 8,7,Studio,Server etc.?

 Mail me at jeremiahgoldstein@hotmail.com

 25$ a pop


Searching for legit Microsoft Product keys, Windows 8,7,Studio,Server etc.?

 Mail me at jeremiahgoldstein@hotmail.com

 25$ a pop

Name: Anonymous 2013-04-24 1:04



Searching for legit Microsoft Product keys, Windows 8,7,Studio,Server etc.?

 Mail me at jeremiahgoldstein@hotmail.com

 25$ a pop


Searching for legit Microsoft Product keys, Windows 8,7,Studio,Server etc.?

 Mail me at jeremiahgoldstein@hotmail.com

 25$ a pop


Searching for legit Microsoft Product keys, Windows 8,7,Studio,Server etc.?

 Mail me at jeremiahgoldstein@hotmail.com

 25$ a pop

Name: Anonymous 2013-04-24 1:14



Searching for legit Microsoft Product keys, Windows 8,7,Studio,Server etc.?

 Mail me at jeremiahgoldstein@hotmail.com

 25$ a pop


Searching for legit Microsoft Product keys, Windows 8,7,Studio,Server etc.?

 Mail me at jeremiahgoldstein@hotmail.com

 25$ a pop


Searching for legit Microsoft Product keys, Windows 8,7,Studio,Server etc.?

 Mail me at jeremiahgoldstein@hotmail.com

 25$ a pop

Name: Anonymous 2013-04-24 12:44



Searching for legit Microsoft Product keys, Windows 8,7,Studio,Server etc.?

 Mail me at jeremiahgoldstein@hotmail.com

 25$ a pop


Searching for legit Microsoft Product keys, Windows 8,7,Studio,Server etc.?

 Mail me at jeremiahgoldstein@hotmail.com

 25$ a pop


Searching for legit Microsoft Product keys, Windows 8,7,Studio,Server etc.?

 Mail me at jeremiahgoldstein@hotmail.com

 25$ a pop

Name: Anonymous 2013-04-24 12:49



Searching for legit Microsoft Product keys, Windows 8,7,Studio,Server etc.?

 Mail me at jeremiahgoldstein@hotmail.com

 25$ a pop


Searching for legit Microsoft Product keys, Windows 8,7,Studio,Server etc.?

 Mail me at jeremiahgoldstein@hotmail.com

 25$ a pop


Searching for legit Microsoft Product keys, Windows 8,7,Studio,Server etc.?

 Mail me at jeremiahgoldstein@hotmail.com

 25$ a pop

Name: Anonymous 2013-04-24 12:54



Searching for legit Microsoft Product keys, Windows 8,7,Studio,Server etc.?

 Mail me at jeremiahgoldstein@hotmail.com

 25$ a pop


Searching for legit Microsoft Product keys, Windows 8,7,Studio,Server etc.?

 Mail me at jeremiahgoldstein@hotmail.com

 25$ a pop


Searching for legit Microsoft Product keys, Windows 8,7,Studio,Server etc.?

 Mail me at jeremiahgoldstein@hotmail.com

 25$ a pop

Name: Anonymous 2013-04-24 12:59



Searching for legit Microsoft Product keys, Windows 8,7,Studio,Server etc.?

 Mail me at jeremiahgoldstein@hotmail.com

 25$ a pop


Searching for legit Microsoft Product keys, Windows 8,7,Studio,Server etc.?

 Mail me at jeremiahgoldstein@hotmail.com

 25$ a pop


Searching for legit Microsoft Product keys, Windows 8,7,Studio,Server etc.?

 Mail me at jeremiahgoldstein@hotmail.com

 25$ a pop

Name: Anonymous 2013-04-24 13:05



Searching for legit Microsoft Product keys, Windows 8,7,Studio,Server etc.?

 Mail me at jeremiahgoldstein@hotmail.com

 25$ a pop


Searching for legit Microsoft Product keys, Windows 8,7,Studio,Server etc.?

 Mail me at jeremiahgoldstein@hotmail.com

 25$ a pop


Searching for legit Microsoft Product keys, Windows 8,7,Studio,Server etc.?

 Mail me at jeremiahgoldstein@hotmail.com

 25$ a pop

Name: Anonymous 2013-12-01 15:21

%░████▀▀▒▒▒▒▒░░░░▄▄▄▄▒▒▒▀▀███████░░
%░░██▒▒▄▄▒░░░░▒▒▀▒▒▒▒▒▒▒▒▒▒▒▒▀▀██▌░
%░░█▌▄▀▀▒▒▒▒▒▒▒▒▒▄▄▄▄▄▒▒▒▒▒▒▒▌▐▒█▐░
%░░▀▌▒▒▒▄▄▄▒▒▒▒▒▀▄▄█▀▒▒░▒▒▒▒▒▐▒▐▒█░
%░░░▐▒▄▀██▄▀▒▒▒▒▒▒▒░░░░▒▒▒▒▒▒▒▌▌▒█░
%░░░▐▒▒▒▒▒▒▐▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▌▄▀█░
%░░░▐▒▒▒▒▒▒▌▒▒▒▒▀▄░░░▒▒▒▒▒▒▒▒▒▌▐██░
%░░░░▌▒▒▒▒▐▒▒▒▒▄▄▀░░░░▒▒▒▒▒▒▒▒▒▌▒█░
%░░░░▐▒▒▒▒▒▀▀▒▀▒▄▄▄▄░▒▒▒▒▒▒▒▒▒░███░
%░░░░░▌▒▒▒▄█▀▀▀▀▀▀▀▀█▒▒▒▒▒▒▒▒░▀▐██░
%░░░░░▐▒▒▒█▒▀████▀▀▒▐▌▒▒▒▒▒░▄▒▒▐░░░
%░░░░░░▐▒▒▀▒▒▒▒▒▒▒▒▒▒▐▒▒▒▒▄▒▒▒▄▐░░░
%░░░░░░▀▌▒▐▌▐▌▀▌▀▌▀▌▀▌▐▀▀▌▒▐▐▌▌▌▌░░
%░░░░░░░█▒▐▒▐▌▒▌▄▌▐▌▄▒▐▌▄▌▒█▌█▒▒▐░░
%░░░░░░░▐▌▌▒▐▌▒▌▒▒▐▌▒▄▐▌▀▄▒▒▒▒▒▒▒▀▄
%░░░░░░░░▀▒▐▀▀▒▀▒▒▀▀▀▀▒▀▒▀▀▒▒▒▒▒▒▒
%YOU'LL COWARDS DON'T EVEN SMOKE CRACK
%POST lN 3 THREADS OR YOU'LL COWARD

Don't change these.
Name: Email:
Entire Thread Thread List