Pages

sâmbătă, 11 august 2018

Shadertoy: New shader example : Old watch (IBL) .

This is a great example at shadertoy website.
The example come with this link to this article into first comment.
The example is simple but impressive.
What is interesting to see how some objects are created.
float sdPlane( const vec3 p ) {
 return p.y;
}

float sdTorus( const vec3 p, const vec2 t ) {
  vec2 q = vec2(length(p.xz)-t.x,p.y);
  return length(q)-t.y;
}

float sdTorusYZ( const vec3 p, const vec2 t ) {
  vec2 q = vec2(length(p.yz)-t.x,p.x);
  return length(q)-t.y;
}

float sdTorusYX( const vec3 p, const vec2 t ) {
  vec2 q = vec2(length(p.yx)-t.x,p.z);
  return length(q)-t.y;
}
...

joi, 9 august 2018

Find 735,802 icons / 2,458 iconsets .

This website can help you to find icons with extension like: .svg,  .ico, .png and .icns
Most of this icons are free to use.
They tell us :

Search through 735,802 icons / 2,458 iconsets

marți, 7 august 2018

Rebelle 3 - the watercolor software .

The development team comes with this info about this software:
Rebelle is a unique digital painting solution for creating realistic art using watercolors, acrylics and any wet and dry media. Use of real-world color blending, wet diffusion and drying sets it apart from its competition.
  • Real world simulation of paint diffusion ;
  • Wet tools: Watercolor, Acrylic and Ink Pen ;
  • Dry tools: Pencil, Pastel, Marker, Eraser ;
  • Blend and Smudge tools ;
  • Custom Brushes ;
  • Wet, dry and blow the wet painting ;
  • Tilt the canvas to get flow effects ;
  • Pen pressure support ;
The digital copy comes with this price: $ 89.99.
Read more at official webpage about this software.

luni, 6 august 2018

Testing CopperCube with my android emulator.

Today , I tested the example make by CopperCube - version 6 named  with android installation.
This example can be found when you start the CopperCube at Open Example App - First Person Shooter.
If you want to try another example, you may be asked to buy the license if you try post effects.
You can find my complete tutorial with the settings here.
The result works great and is a little slow for my android emulator.
See the result of this test can be see in the next screenshot:

marți, 31 iulie 2018

Using Coppercube game engine with android.

Today I will start this tutorial about Coppercube and android.
First you need to know the CopperCube is free but can also buy it, see this link.
For CopperCube, you need the Android 2.2 (Froyo / API Level 8) and Android 8.0 (O) SDK packages.
You need to install all of this SDK packages with the Android Studio - using SDK Manager.
You need to have install the JDK (Java SE Development Kit) - most users already have it in the operating system.
NOTE: The Android Studio SDK can be found at : c:\Users\username\AppData\Local\Android\Sdk and you need to create a keystore. Follow the next images to see the steps how to make all settings to test your android output:





luni, 30 iulie 2018

The gamefroot online HTML5 game engine.

This game engine use HTML5 and come with default templates , default sprites to test it.
You can follow the tutorials online and you can try a search on web for video tutorials.
This HTML5 engine use blocks for scripting area. Start with a account and test the tutorials.
You can used free with this option:
  • Publish to Gamefroot.com
You can also use two prices (from $15.00 and $49.00) to unlock the next features:
  • Educational Resources
  • Export to IOS and Android
  • Customer Support
  • Classroom Management
You can test it at official webpage .
The official youtube channel come with many video tutorials, just take a look: