Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

What language / engine / etc are you using?

A topic by tokyoedtech created Jul 31, 2017 Views: 2,392 Replies: 40
Viewing posts 21 to 30 of 30Previous pageFirst page

Rust, glutin for windowing, and just the low level bindings for several libraries handling graphics, sounds and image loading.

What's the state of audio in Rust? I'm having trouble finding a Go library that will do audio in a way that seems reliably cross-platform. I looked at doing the jam in Rust but I figured the learning curve was going to be way too steep!

There is a pretty complete binding to SDL2, that offers windowing, texture loading, fonts and sound mixing. However, if you don't have much experience using Rust, the jump from Go will be a brutal one. I'm pretty sure you can find something in go that works.

Ah right, I'm using GLFW instead of SDL - which includes less. I'll keep looking around :)

game stuffs: C# / Unity

art stuffs: Pixly

audio & music: ???

LowRes basic

I'm usig Love2D with magicavoxel and vox2png, to create a 3D style game.

I didn't plan to use love2d, i made a really small prototype in it, and i was suprised how quick you can get stuff done. It'll probably be my goto gamejam engine.

Cool, I've never seen any voxel-prerendered games before! How will you be using the renders? (Isometric like Baldur's Gate, adventure game like Myst...?)

I'm not sure you can call it prerendered, the way that I'm doing it. Here is an article explaining the method if you are interessted: http://www.like100bears.com/writing/2d-3d-in-gamemaker-studio

You can see my game if you want in the devlog forums, my game is called Animal Express.

Oh I see, thanks for the link! That's a really cool technique. And yeah, it's not really prerendering because you aren't applying any lighting or other effects to the voxel models before slicing them into layers.

Compared to the link, it looks like for Animal Express, you're determining the offset for the upper layers based on the direction/distance from the center of the screen, right? I like the effect :)

(1 edit)

code : C# / Unity

art : Pixaki and Photoshop

sound and music : Fruity Loops

I'll be making an HTML5 game, using Scala.js for a chance to try out functional programming.

And for any art that isn't procedurally generated, I'll be using Piskel: it's a web app, has layers, and gives data URI image exports.

For music and sound... I'm real short on experience, so that's last on my list and I have no idea what I'll use 馃檲

(1 edit)

hi! Newbie gamedevvie here, trying to make a simple tiny HTML5 platformer with-a-twisty-story with Construct2. Making art with Aseprite (self-compiled!) and RWPaint (personal favorite, decked out for pixel art). Probably gonna [ab]use bosca ceoil and bfxr for sounds.

Only time will tell if implementing the twist in the story is within my reach...

(frankly, find myself fighting with C2 more than actually making the game. Nothing against the tool, but next time I'll sure be happier mucking with plain-coding than wrestling with "no-coding".)

Im using CTF2.5 and paint.net to make sprites. I used meshmixer to render my title screen at 64 by 64.

I'm using haxe+OpenFL. It's a pity that only a few people (and no one in this thread) actually using it because it's absolutely awesome. Haxe translates to the wide variety of different programming languages (C++, Java, JavaScript, Python, even PHP and Lua) therefore allows to make 100% native builds (no runtimes like java, .net, mono, etc.) for different platforms (one can build for windows, linux, android and html5 right away with minimal effort).

Finally I used native HTML/JS

Viewing posts 21 to 30 of 30Previous pageFirst page