Welcome, Guest. Please login or register.

Login with username, password and session length

 
Advanced search

1411429 Posts in 69363 Topics- by 58416 Members - Latest Member: JamesAGreen

April 19, 2024, 03:00:46 PM

Need hosting? Check out Digital Ocean
(more details in this thread)
TIGSource ForumsDeveloperDesignSo what are you working on?
Pages: 1 ... 621 622 [623]
Print
Author Topic: So what are you working on?  (Read 2321208 times)
nigeynige
Level 0
*


View Profile WWW
« Reply #12440 on: July 19, 2020, 08:42:56 AM »

Everybody around here looks so professional - I'm ashamed to say I'm working on a simple space-faring text game in C# (although I've been considering porting to Java for compatibility reasons and because Java is my native language Ninja)

Got a little video of the rough idea from a few versions ago:


Plus some screenshots:

Just felt like a milestone had been passed when I wrote a little sub-character bitmap renderer for images ingame earlier :3

Plenty more to do though :D!

This looks rad!
Logged
Schrompf
Level 9
****

C++ professional, game dev sparetime


View Profile WWW
« Reply #12441 on: July 25, 2020, 04:42:29 AM »

Made a visualisation of a bug I was hunting in my analytic triangle rasterisation. It looks funny.



And with the help of that I finally solved it. Raster that tri-fucking-angle! Click and drag inside this shadertoy: https://www.shadertoy.com/view/wlByWc

Turns out my attempt to combine various edges was hilariosly overcomplicated. Also turns out all the complexity I introduced by sorting and remapping values was unnecessary. The code is now just a few dozen ops, already vectorized tightly. There'll probably open up more room for improvement as the concept ages, but for now I'm highly satisfied. Next step is putting this algorithm to work on a huge net of tiny triangles inside a ComputeShader.
Logged

Snake World, multiplayer worm eats stuff and grows DevLog
Tobers
Level 1
*



View Profile WWW
« Reply #12442 on: August 08, 2020, 07:59:40 PM »

I'm finally really digging into Blender. It's a pain in the ass learning curve, but hopefully I'll never look back at Maya ever again.

Logged

Oh god make it stop.
Suttebun
Guest
« Reply #12443 on: August 09, 2020, 03:50:13 PM »

have yourself a wonderful time

this and this and this
Logged
Tobers
Level 1
*



View Profile WWW
« Reply #12444 on: August 13, 2020, 03:11:22 AM »

Oh yea Suttebun, I will! There is some gorgeous stuff in there.
Logged

Oh god make it stop.
Schrompf
Level 9
****

C++ professional, game dev sparetime


View Profile WWW
« Reply #12445 on: April 13, 2021, 05:22:32 AM »



The dungeon: 2m ^3 handbuilt
The walls: procedural, on demand

It's coming along nicely. I solved some ugly issues and took the first steps to a graph of surface processing operations. For now it's a nice toy, but a looong time into the future I hope this turns into the one-stop solution to create levels for games. You design the shape of the map, you write "surface shaders" like in Houdini or use predefined sets, and the lib turns your concept into a natural-looking surface in exactly the detail the current player needs while she moves around the map. When she comes closer, sections around her will be updated in higher mesh and texture resolution.

It currently eats CPUs for breakfast. And it's still extremely simple. Procedural rock has been done over and over again. The real thing - and the point where all of this may still turn out to be impossible - will come when it starts to combine multiple surfaces. Like the rock ending and a brick wall starting. But I'll see. Currently I'm euphoric.
Logged

Snake World, multiplayer worm eats stuff and grows DevLog
Thain
TIGBaby
*


View Profile
« Reply #12446 on: September 30, 2021, 04:36:49 PM »

New guy!
Haven't used a forum in a good long time.
Working on a game called Project Morningstar, a blend of inspirations from StarSector, Rimworld, The Banner Saga, StarCraft 1, and Fallout 1&2.











Logged
Avos
Level 0
*



View Profile
« Reply #12447 on: December 08, 2021, 01:45:58 AM »

Adding small details to my game (A leaking water dispenser)
Logged
Schrompf
Level 9
****

C++ professional, game dev sparetime


View Profile WWW
« Reply #12448 on: December 08, 2021, 10:22:44 AM »

Neat! And I like the style!
Logged

Snake World, multiplayer worm eats stuff and grows DevLog
Kaido_Dreamers
Level 0
**


View Profile
« Reply #12449 on: December 20, 2022, 12:03:44 PM »

Working on Kaido Dreamers, a PC racing game with anime aesthetics and RPG elements.







Our beta will have 4 stages. For getting updated, just subscribe to our newsletter here:
https://kaidodreamers.wixsite.com/kaidodreamersgame
Or join our Discord: https://discord.gg/qTucBQVPjC

Much love
Logged

Kaido_Dreamers
Level 0
**


View Profile
« Reply #12450 on: December 26, 2022, 07:13:14 AM »

Here's Dock stage wich is a location for drift racing and gymkhana









We added some rain, and introduce some splash particles instead dust.










Beta is coming soon, for being updated, just subscribe to our newsletter here:
https://kaidodreamers.wixsite.com/kaidodreamersgame
Or join our Discord: https://discord.gg/qTucBQVPjC

Much love
« Last Edit: December 26, 2022, 07:57:41 AM by Kaido_Dreamers » Logged

DarkGran
Level 1
*



View Profile WWW
« Reply #12451 on: December 31, 2022, 06:56:10 AM »

Cool thread.

And with the help of that I finally solved it. Raster that tri-fucking-angle! Click and drag inside this shadertoy: https://www.shadertoy.com/view/wlByWc

Man, I love the smell of code in the morning... especially when I wake up in the afternoon. Also: Triangles.

The dungeon: 2m ^3 handbuilt
The walls: procedural, on demand

I love procedurals, even tho they usually look like shit.
But this looks nice! Gentleman

Here's Dock stage wich is a location for drift racing and gymkhana

Wow nice models, and like the style too. Rainy night looks really cool (and top quality).

The day might be too bright and "colorful yet desaturated" for my personal taste (talking bout the world objects, not the cars themselves), but i guess it goes with that particular anime style...
Actually looking at the previous post, it seems to me that the day is very different from the night. (I'm definitely a night guy. Noir)

Bit of a shame that the videos are actually mostly in low-quality, as if the high-quality capture started working only after being halfway in...
« Last Edit: December 31, 2022, 07:22:10 AM by DarkGran » Logged
Kaido_Dreamers
Level 0
**


View Profile
« Reply #12452 on: January 12, 2023, 10:41:43 AM »

Cool thread.

And with the help of that I finally solved it. Raster that tri-fucking-angle! Click and drag inside this shadertoy: https://www.shadertoy.com/view/wlByWc

Man, I love the smell of code in the morning... especially when I wake up in the afternoon. Also: Triangles.

The dungeon: 2m ^3 handbuilt
The walls: procedural, on demand

I love procedurals, even tho they usually look like shit.
But this looks nice! Gentleman

Here's Dock stage wich is a location for drift racing and gymkhana

Wow nice models, and like the style too. Rainy night looks really cool (and top quality).

The day might be too bright and "colorful yet desaturated" for my personal taste (talking bout the world objects, not the cars themselves), but i guess it goes with that particular anime style...
Actually looking at the previous post, it seems to me that the day is very different from the night. (I'm definitely a night guy. Noir)

Bit of a shame that the videos are actually mostly in low-quality, as if the high-quality capture started working only after being halfway in...

Hi, thanks for your feedback !!
Logged

Kaido_Dreamers
Level 0
**


View Profile
« Reply #12453 on: January 12, 2023, 10:46:28 AM »

We work on a new track in Kaido Dreamers, it will be Touge stage.
Here's some videos













Feel free to come to our Discord for speaking about the game, and some devlog aspect: https://discord.gg/qTucBQVPjC
And for getting updated for the Demo, just subscribe to our newsletter here:
https://kaidodreamers.wixsite.com/kaidodreamersgame

Much love Smiley
Logged

flowerthief
Level 1
*


View Profile WWW
« Reply #12454 on: January 17, 2023, 09:17:37 AM »



Working on the chat AI for my murder mystery. I think I may have found a way to have a machine learning system field responses for inputs when the rule-based system can't. The best of both worlds, I hope?
Logged
SeanNoonan
Level 3
***


For England?


View Profile WWW
« Reply #12455 on: February 18, 2023, 07:06:36 PM »

Been working on venting in SENTRY - it's a lot more micro than it was in the trailer, but it's now much more useful and provides far more interesting gameplay.



Logged

kingoftheconnors
Level 0
*



View Profile
« Reply #12456 on: May 03, 2023, 11:55:39 AM »

Been working on this new game!



Luna Bay is a puzzle platformer of a Christian and a Werewolf about Dependence. To solve puzzles, you have to act together. To do that, you have to plan what your companion will do beforehand and then act it out together. Both of you have strengths and weaknesses, which you have to leverage to escape, while your character struggles to reconcile his independence, his weaknesses, and his Christian faith.

I'm also starting an email list! If you're interested in learning more, or hearing when the game becomes wishlist-able, sign up here!

 Hand Joystickhttp://eepurl.com/iquI2A Hand Joystick
Logged
Kaido_Dreamers
Level 0
**


View Profile
« Reply #12457 on: June 26, 2023, 10:25:46 AM »

We are tweaking the daylight in the game to enhance its realism and visual appeal.





Closed beta will be release next month and we're looking for beta testers. So if you're interested, join our Discord: https://discord.gg/qTucBQVPjC

Kind regards
Logged

DinNoch
TIGBaby
*


View Profile
« Reply #12458 on: October 31, 2023, 02:49:28 AM »

Been working on this new game!



Luna Bay is a puzzle platformer of a Christian and a Werewolf about Dependence. To solve puzzles, you have to act together. To do that, you have to plan what your companion will do beforehand and then act it out together. Both of you have strengths and weaknesses, which you have to leverage to escape, while your character struggles to reconcile his independence, his weaknesses, and his Christian faith.

I'm also starting an email list! If you're interested in learning more, or hearing when the game becomes wishlist-able, sign up here!

 Hand Joystickhttp://eepurl.com/iquI2A Hand Joystick
It looks very good, well designed and easy to use. How did you design such arcs and the control panel?
Logged
Pages: 1 ... 621 622 [623]
Print
Jump to:  

Theme orange-lt created by panic