• Random
  • Archive
  • RSS
  • Ask me anything
  • Submit

u2 Bleank's blog

Another test with BlackInk
blackink-drawing:

Colors
made by u2bleank
Pop-upView Separately

Another test with BlackInk

blackink-drawing:

Colors

made by u2bleank

    • #blackInk
    • #abstract
    • #drawing
    • #2d
    • #generative art
  • 9 months ago > blackink-drawing
  • 4
  • Permalink
  • Share
    Tweet
blackink-drawing:

Julia
made by u2bleank
Pop-upView Separately

blackink-drawing:

Julia

made by u2bleank

    • #2d
    • #blackInk
    • #drawing
    • #bleank
  • 9 months ago > blackink-drawing
  • 2
  • Permalink
  • Share
    Tweet
The release of the public bet of BlackInk approach. Here’s a sample of what you can do with it.

Silure
made by u2bleank
Pop-upView Separately

The release of the public bet of BlackInk approach. Here’s a sample of what you can do with it.

Silure

made by u2bleank

    • #2d
    • #bleank
    • #blackInk
    • #drawing
    • #generative art
  • 9 months ago > blackink-drawing
  • 2
  • Permalink
  • Share
    Tweet
When I don’t want to code I open BlackInk and I dot quick drawing with it. Quiet relaxing ;)
blackink-drawing:

Coryphella polaris
made by u2Bleank
Pop-upView Separately

When I don’t want to code I open BlackInk and I dot quick drawing with it. Quiet relaxing ;)

blackink-drawing:

Coryphella polaris

made by u2Bleank

    • #2d
    • #drawing
    • #generative art
    • #bleank
    • #blackInk
  • 10 months ago > blackink-drawing
  • 2
  • Permalink
  • Share
    Tweet
'\x3ciframe src=\x22http://player.vimeo.com/video/41307448\x22 width=\x22500\x22 height=\x22375\x22 frameborder=\x220\x22\x3e\x3c/iframe\x3e'

I was one of the organizer of the VIP2012 and I also did a presentation of BlackInk at the party place.

I made a picture but unfortunately I didn’t capture the result in good quality. So I remake one in nearly the same condition.
It show that even non artist like me can produce some nice drawing with BlackInk with no skills.

But if you are more interested by sketch done by real artist you can watch this

    • #bleank
    • #blackInk
    • #drawing
    • #live
    • #generative art
    • #abstract
  • 1 year ago
  • Permalink
  • Share
    Tweet
'\x3ciframe src=\x22http://player.vimeo.com/video/40284157\x22 width=\x22500\x22 height=\x22375\x22 frameborder=\x220\x22\x3e\x3c/iframe\x3e'

Camera capture of the first launch of BlackInk a new Drawing software developped by Bleank.
The main purpose here is to show the SplashScreen featuring little fluid effect on top of the user desktop with transparency.

How I render DirectX on your desktop ?

Quiet simple I used this excellent article on how to draw directly on the desktop with a DirectX 9 bacbuffer. It’s pretty nice. The only problem is that it doesn’t work if you used DirectX10/11 becasue the WDM doesn’t handle correctly the backbuffer with these API. The good news is it’s only on Vista because Windows 7 ( and futur Windows 8 ) use at least DirectX10 and can now handle the alpha correctly.

Another trick to now before you try to render such effect and who isn’t explain in the article is that WDM want Premutiplied Alpha for the color of your Backbuffer.
This mean that you need to do this before presenting your Backbuffer :

Backbuffer.xyz = Color.xyz * Color.a
Backbuffer.a = Color.a

It’s important because without it your rendering will be overburned and will look wrong.

How the Fluid effect is rendered ?
I first compute a little Spring System
Then border spring are transformed into control point of a 2D Cubic Surface.
Then the Surface is clipped by the Splash screen shape
Here a picture wich illustrate the process :
    • #bleank
    • #blackInk
    • #2d
    • #drawing
    • #fluid
  • 1 year ago
  • 1
  • Permalink
  • Share
    Tweet
Little drawing I did in several minutes using a Shot from the Cleack Project.The native resolution is 6300x3400We will release soon video of how to do pictures like this with BlackInk a software that I develop for Bleank
blackink-drawing:

Cleack project revisited
made by u2bleank
Pop-upView Separately

Little drawing I did in several minutes using a Shot from the Cleack Project.
The native resolution is 6300x3400
We will release soon video of how to do pictures like this
with BlackInk a software that I develop for Bleank


blackink-drawing
:

Cleack project revisited

made by u2bleank

    • #2d
    • #drawing
    • #blackInk
    • #Generative Art
    • #bleank
  • 1 year ago > blackink-drawing
  • 1
  • Permalink
  • Share
    Tweet

Here’s 3 pictures done with BlackInk in few seconds.


Bleank will soon open a closed Beta so if you’re an artist and you’re interested in trying a new drawing sofwtare you can contact me.

    • #blackInk
    • #bleank
    • #2d
    • #drawing
  • 1 year ago
  • Permalink
  • Share
    Tweet
'\x3ciframe src=\x22http://player.vimeo.com/video/38316230\x22 width=\x22500\x22 height=\x22375\x22 frameborder=\x220\x22\x3e\x3c/iframe\x3e'

BlackInk Teaser video

Claudine Ricart has tested an alpha version of BlackInk an application developed by Bleank.

This drawing application is highly responsiveness and can precisely handle pressure and speed movement from the artist.

This little teaser show someone who don’t have the habit to use painting software like Photoshop or painter and sketch in several minutes with great pleasure.

Technically all the rendering is done by the GPU in virtual texture of any size ( limited in 32bit by 10Kx10K pixels ).
We also put a lot of effort in the user interface but more infos and screenshots / videos will emerge soon.

    • #bleank
    • #2d
    • #drawing
    • #BlackInk
  • 1 year ago
  • 3
  • Permalink
  • Share
    Tweet
Another Brush test with our mascot Scleacky.Painted by me in 2 minutes with our custom drawing  software in development.
Pop-upView Separately

Another Brush test with our mascot Scleacky.
Painted by me in 2 minutes with our custom drawing  software in development.

    • #2d
    • #drawing
    • #brush
    • #bleank
  • 1 year ago
  • 19
  • Permalink
  • Share
    Tweet
'\x3ciframe src=\x22http://player.vimeo.com/video/20927237\x22 width=\x22500\x22 height=\x22375\x22 frameborder=\x220\x22\x3e\x3c/iframe\x3e'

Drawing test in a Virtual Texture ( video version of this post ).

You can admire my special coder art drawing skill….

I have also implemented a Undo/Redo mechanism and a simple Brush who is drived by the velocity and the pressure of a Wacom stylet.

The fps is clamped to 30 because of the video capture but the application run in full 60 fps all the time.
Due to virtual texturing caching and full hardware rendering it’s possible to cover very large part of the picture without sacrifying the fluidity of the application ( unlike a lot of drawing software who suffer server lag in that case ) and then to produce some kind of nice Calligraphy.

    • #2d
    • #Calligraphy
    • #bleank
    • #brush
    • #drawing
    • #VirtualTexture
  • 2 years ago
  • 1
  • Permalink
  • Share
    Tweet
I worked on a Undo/Redo system who doesn’t hurt the drawing flow today and Bonnie has made this beautifull “Evil Poulet” to thanks me.
Enjoy ;)
Pop-upView Separately

I worked on a Undo/Redo system who doesn’t hurt the drawing flow today and Bonnie has made this beautifull “Evil Poulet” to thanks me.

Enjoy ;)

    • #2d
    • #drawing
  • 2 years ago
  • 1
  • Permalink
  • Share
    Tweet
8Kx8K pixels ( 61 Mega pixels ) Image drawing at 60fps
Due to vector rendering the artist ( here bonnie ) conserve high detail if he want to print it :)
Pop-upView Separately

8Kx8K pixels ( 61 Mega pixels ) Image drawing at 60fps

Due to vector rendering the artist ( here bonnie ) conserve high detail if he want to print it :)

    • #2d
    • #drawing
  • 2 years ago
  • 1
  • Permalink
  • Share
    Tweet

Some test with a RIbbon like brush.
It was not so easy to handle the extrusion of the curve according to the pen pressure whitout some visual bug. But after a lot of effort the result is worth it ;)

    • #2d
    • #drawing
    • #brush
  • 2 years ago
  • Permalink
  • Share
    Tweet
It’s fun to become an artist without any artist skill ;)
Pop-upView Separately

It’s fun to become an artist without any artist skill ;)

    • #2d
    • #drawing
    • #brush
  • 2 years ago
  • Permalink
  • Share
    Tweet
← Newer • Older →
Page 1 of 2

Logo

u2 Bleank's blog

About

CEO and co-founder of Bleank.
Demoscener as coder in PoPsY TeAm. Passionate by real time graphic programmig, graphic design, much more...
Bleank Website

Me, Elsewhere

  • u2bleank on Behance
  • @u2bleank on Twitter
  • user2227554 on Vimeo
  • Google

Twitter

loading tweets…

  • RSS
  • Random
  • Archive
  • Ask me anything
  • Submit
  • Mobile

www.bleank.com. Effector Theme by Carlo Franco.

Powered by Tumblr