What are you working on currently? (2021)

So I’ve been playing this game called Polytopia for a very long time… so I modeled a warrior and I’m very happy with the results!

And only 200 tris!

8 Likes

I believe the 1/20th number comes from the fact that the UIGradient trick can display 20 individual pixels, or, if you enable the fix supplied by @DataBrain it ends up being 18 pixels (which fixes a small amount of “artifacting” on the ends of each frame).

If you’re not updating the pixels, that trick will save you huge amounts of frame time, however, its extremely expensive to update the pixels, so its nowhere near being real time.

It’s probably best used for generating sprites, or applying effects to a small number of pixel columns.

(Tl;dr it should trend to being roughly 18x faster when used for static rendering, and decently faster when only updating a small number of rows)

1 Like

It wouldnt work in my setup as I have a color buffer and usually each pixel is changed. Greedy meshing/doing that would slow it down cause it’d require having to create and destroy a bunch of instances. I get 45 fps using the blender monkey for ex, i think I have found the true cause though. I am trying to code a scanline implementation instead of barycentric coordinates

1 Like

Simple title screen for a game I’m working on

50 Likes

I’m working on another custom proximity prompt style:

New Custom Prompt

I’m planning on adding automatic customization with attributes. Should be released to #resources:community-resources soon!

9-slice image

New Project (18)

I used the points 65,65 and 191,191 for the bounds.

12 Likes

Working on a game called ‘The Musician’

4 Likes

:eyes:






39 Likes

Just give this man a medal, that looks incredible.

Absolute masterpiece

This reminds me of that one game on the Nintendo 3DS. That’s probably just me. lol.

Currently working on my own Roleplaying Game! :eyes:

16 Likes

A mid poly deagle for AfterDawn Interactive


22 Likes

Today i am making some stylized assets for my up coming game!

Here is an image of my latest assets!

image

if you want to see more of my work, check out my twitter!:grin:

https://twitter.com/_3Leon

30 Likes

Haaayyaa!

Chop Chop Chop

Be a ninja too!
https://www.roblox.com/games/7175312021/Chop-stuff

Uncopylocked too cus why not :slight_smile:

76 Likes

Ninja Fruit vibes, my feller :+1:

3 Likes

Revised the blender render. Time to finally start photo - editing!

10 Likes

17 Likes

Finished a new GFX if you told me three months ago(when i started) that this would be my art i would never have believed you

11 Likes

More Progress on my Chat Plugin

19 Likes

Does it have a functioning tag system?

Nope. This is still on the todo list. Other than that, it’s finished.

2 Likes