All Projects → AmmRage → WordCloudSharp

AmmRage / WordCloudSharp

Licence: other
☁️ Ported from http://wordcloud.codeplex.com/

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to WordCloudSharp

Dataplotly
D3 like plots creation with plotly in QGIS
Stars: ✭ 130 (+165.31%)
Mutual labels:  datavisualization
National-Petition
청와대 국민청원 분석으로 국민의 생각 알아보기 📈🔬
Stars: ✭ 45 (-8.16%)
Mutual labels:  wordcloud
chartjs-chart-wordcloud
Chart.js Word Clouds
Stars: ✭ 34 (-30.61%)
Mutual labels:  wordcloud
Timeline Plus
Timeline - chronological visualization of your data
Stars: ✭ 140 (+185.71%)
Mutual labels:  datavisualization
videocloud
Generate word clouds from YouTube videos
Stars: ✭ 14 (-71.43%)
Mutual labels:  wordcloud
soan
Social Analysis based on Whatsapp data
Stars: ✭ 106 (+116.33%)
Mutual labels:  wordcloud
Giojs
🌏 A Declarative 3D Globe Data Visualization Library built with Three.js
Stars: ✭ 1,528 (+3018.37%)
Mutual labels:  datavisualization
Wordcloud2.js
Tag cloud/Wordle presentation on 2D canvas or HTML
Stars: ✭ 1,905 (+3787.76%)
Mutual labels:  wordcloud
wordcloud
golang wordcloud
Stars: ✭ 50 (+2.04%)
Mutual labels:  wordcloud
FacebookGraphAPI-Examples
Examples for facebook graph api for python
Stars: ✭ 38 (-22.45%)
Mutual labels:  wordcloud
Awesome Interactive Journalism
A list of awesome interactive journalism projects.
Stars: ✭ 1,777 (+3526.53%)
Mutual labels:  datavisualization
V Chart Plugin
Easily bind a chart to the data stored in your Vue.js components.
Stars: ✭ 188 (+283.67%)
Mutual labels:  datavisualization
JessicaLim8
Profile ReadME! Join my community word cloud!
Stars: ✭ 81 (+65.31%)
Mutual labels:  wordcloud
React Globe.gl
React component for Globe Data Visualization using ThreeJS/WebGL
Stars: ✭ 139 (+183.67%)
Mutual labels:  datavisualization
WordCloud.jl
word cloud generator in julia
Stars: ✭ 66 (+34.69%)
Mutual labels:  wordcloud
Morph
Morph is a free and open-source tool for creating designs, animations or interactive visualizations from data.
Stars: ✭ 107 (+118.37%)
Mutual labels:  datavisualization
wordclouds
Wordclouds in go
Stars: ✭ 41 (-16.33%)
Mutual labels:  wordcloud
asreview-wordcloud
ASReview extension to generate wordcloud from data files.
Stars: ✭ 14 (-71.43%)
Mutual labels:  wordcloud
D3 Cloud
Create word clouds in JavaScript.
Stars: ✭ 3,460 (+6961.22%)
Mutual labels:  wordcloud
Xiecheng Comment
🌈Xiecheng_Comment多线程Threading爬取携程的丽江古城景点评论并生成词云
Stars: ✭ 23 (-53.06%)
Mutual labels:  wordcloud

Ported Repository Info

This project is ported from a Codeplex hosted repository.

Build

GitHub Actions

Install

NuGet

Branches

There are 3 branches in usage currently for compatible consideration.

  • branch dotnet_framework

As .net framework 4.5 SDK currently not available any more from official source, the original version upgraded to .net framework 4.5.2.

  • branch master

The master branch are migrated to .net standard 2.0 as to make to most widely applicable usage.

  • branch develop

The develop branch will migrate to latest .net version with multiple platform examples inlcuding mobile.

Usage

    var wordCloud = new WordCloud(width, height, mask: mask, allowVerical: true, fontname: "YouYuan");
    wordCloud.OnProgress += Wc_OnProgress;
    var image = wordCloud.Draw(Words, Frequencies);

for more details, please ref to the usage in WordCloudTestApp

Examples

without mask:

alt text

with mask:

alt text

What's New

Took Word_Cloud as ref.

  • Add interface generating word cloud with mask.

To do

  1. sync features from Word_Cloud

  2. explore wasm port for front end usage

  3. explore MAUI usage

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].